-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename valuestransform to combine in unstack #3185
Conversation
I will wait a bit for comments here, but in general I am pretty convinced to keep |
@nalimilan + @jariji + @jkrumbiegel + @ararslan + @wolthom Let us try to reach some conclusion and move forward with this decision. Otherwise there is a risk that we will be waiting idly. Clearly What I have checked:
We are more flexible, but maybe it is ok to e.g. accept e.g. A more non standard name could be
Which is what we essentially do - i.e. take potentially several values and put them in a single cell of output table. Thinking of pros and cons I would lean to |
A name based on "aggregate" is fine with me: |
At least in my mind, "fuse" doesn't really seem like the right verb for this as it kind of implies something more like a union rather than aggregation. I also don't think the "with" suffix provides any meaningful clarity, be it appended to "fuse" or "aggregate" or whatever.
Actually, |
After discussions with @nalimilan we concluded that the intuition users have is best and recommend switching the kwarg name to Additionally In this PR both these changes are made. Please comment if you have any additional thoughts on the design of these |
@bkamins Just to add a bit of feedback: |
I'm not deep into this issue, so sorry if this suggestion was covered before. But I understood that |
The problem is that it would only make sense if in all cells of a given row you would have the same number of duplicates, which is unlikely. I think we should not add this option. Later, if user wants, the behavior you describe can be achieved easily with (I understand that you agree with the |
Ah yes I guess that does not make sense, ok then the approach with |
If there will be no additional comments I will merge this PR on Monday, Oct 3, 2022. |
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
Merged. Thank you for the discussion. The conclusion is:
|
Fixes #3184
We can still discuss the name if needed. Current proposal is
valuesfunction
.